PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFException Class / PDFException Constructor / PDFException Constructor(String,Throwable)
Exception message.
Inner exception.
In This Topic
    PDFException Constructor(String,Throwable)
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFException( 
       java.lang.String message,
       java.lang.Throwable innerException
    )

    Parameters

    message
    Exception message.
    innerException
    Inner exception.
    See Also